home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Diversos
/
Coeli Stella 2000
/
_SETUP.1
/
Stella.exe
/
0
/
RCDATA
/
TSEARCHDESIGFORM
/
TSEARCHDESIGFORM.txt
< prev
Wrap
Text File
|
1999-03-13
|
3KB
|
149 lines
object SearchDesigForm: TSearchDesigForm
Left = 362
Top = 245
BorderStyle = bsToolWindow
Caption = 'Search by designation'
ClientHeight = 154
ClientWidth = 430
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Scaled = False
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 125
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 430
Height = 154
Align = alClient
BevelOuter = bvLowered
BevelWidth = 2
TabOrder = 0
object SearchPanel: TPanel
Left = 16
Top = 16
Width = 400
Height = 44
TabOrder = 0
object DesigBox: TComboBox
Left = 112
Top = 8
Width = 111
Height = 24
ItemHeight = 16
TabOrder = 0
end
object FindButton: TButton
Left = 16
Top = 8
Width = 75
Height = 25
Caption = 'Find +'
TabOrder = 1
OnClick = FindButtonClick
end
object ConstelBox: TComboBox
Left = 240
Top = 8
Width = 145
Height = 24
ItemHeight = 16
TabOrder = 2
end
end
object IconPanel: TPanel
Left = 16
Top = 72
Width = 70
Height = 70
Caption = 'IconPanel'
TabOrder = 1
object Image1: TImage
Left = 3
Top = 2
Width = 64
Height = 64
AutoSize = True
Picture.Data = {<image000.bmp>}
Stretch = True
end
end
object RadioGroup1: TRadioGroup
Left = 97
Top = 70
Width = 319
Height = 67
Columns = 2
TabOrder = 2
end
object BayerButton: TRadioButton
Left = 112
Top = 89
Width = 113
Height = 17
Caption = 'Bayer'
Checked = True
TabOrder = 3
TabStop = True
OnMouseUp = BayerButtonMouseUp
end
object FlamsteedButton: TRadioButton
Left = 200
Top = 88
Width = 113
Height = 17
Caption = 'Flamsteed'
TabOrder = 4
OnMouseUp = FlamsteedButtonMouseUp
end
object VariableButton: TRadioButton
Left = 112
Top = 112
Width = 113
Height = 17
Caption = 'Variable'
TabOrder = 5
OnMouseUp = VariableButtonMouseUp
end
object HenryDraperButton: TRadioButton
Left = 200
Top = 112
Width = 113
Height = 17
Caption = 'Henry Draper'
TabOrder = 6
OnMouseUp = HenryDraperButtonMouseUp
end
object YaleButton: TRadioButton
Left = 320
Top = 88
Width = 83
Height = 17
Caption = 'Yale (HR)'
TabOrder = 7
OnMouseUp = YaleButtonMouseUp
end
object SAOButton: TRadioButton
Left = 320
Top = 112
Width = 67
Height = 17
Caption = 'SAO'
TabOrder = 8
OnMouseUp = SAOButtonMouseUp
end
end
object IniOut1: TIniOut
FileName = 'STELLA.INI'
RegistryRoot = CURRENT_USER
Left = 398
Top = 123
end
end